home *** CD-ROM | disk | FTP | other *** search
/ Disney's Chicken Little …e) (Electronic Press Kit) / Disney's Chicken Little (Europe) (Electronic Press Kit).bin / bv_cl_menu_uk.swf / scripts / frame_5 / PlaceObject2_40_15 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2005-09-21  |  322b  |  12 lines

  1. onClipEvent(load){
  2.    _root.fishDepth = this.getDepth();
  3.    _root.fishX = this._x;
  4.    _root.fishY = this._y;
  5.    _root.fishXtemp = _root.fishX;
  6.    _root.fishYtemp = _root.fishY;
  7.    _root.fishScale = 100;
  8.    _root.fishScaletemp = _root.fishScale;
  9.    _root.fishA = this._alpha;
  10.    _root.fishAtemp = _root.fishA;
  11. }
  12.